home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
002
/
texttool.arc
/
SPLIT.DOC
< prev
next >
Wrap
Text File
|
1987-02-11
|
533b
|
12 lines
Split makes little files out of large ones. This is useful in
situations where manipulations are easier on smaller files than on
longer files or where it is not possible to manipulate the larger
file.
Usage: split <-linecount> <inputfilename> <outputfile prefix>
This program conforms to UNIX conventions for split. That is, the
default line count is 1000, the program is line oriented and the output
file prefix will be the input file name. Smaller files will be named:
prefixaa prefixab ... prefixzy prefixzz.